home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows1 / archv3.zip / ARCH.BAT next >
DOS Batch File  |  1991-05-10  |  182b  |  9 lines

  1. echo off
  2. echo %1 %2 %3 %4 %5 %6 %7 %8 %9
  3. %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. if %1#==%COMSPEC%# goto end
  5. echo 
  6. echo EXECUTED THE FOLLOWING:
  7. echo %1 %2 %3 %4 %5 %6 %7 %8 %9
  8. pause
  9. :end